projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25bedd
)
Include winsock2.h and ws2tcpip.h instead of winsock.h.
author
Jason Rumney
<jasonr@gnu.org>
Sat, 14 Jul 2007 23:03:37 +0000
(23:03 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sat, 14 Jul 2007 23:03:37 +0000
(23:03 +0000)
nt/ChangeLog
patch
|
blob
|
history
nt/inc/sys/socket.h
patch
|
blob
|
history
diff --git
a/nt/ChangeLog
b/nt/ChangeLog
index 65f3bc7b622e48d59fa352b27f6139b8c0fbebe2..c23d65d48e585326e636ac96824b188ba35e7e9b 100644
(file)
--- a/
nt/ChangeLog
+++ b/
nt/ChangeLog
@@
-1,3
+1,8
@@
+2007-07-14 Jason Rumney <jasonr@gnu.org>
+
+ * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
+ of winsock.h.
+
2007-06-25 Jason Rumney <jasonr@gnu.org>
* cmdproxy.c (main): Set console codepages to "ANSI".
diff --git
a/nt/inc/sys/socket.h
b/nt/inc/sys/socket.h
index 0923dd9246bc0dd9f1c4b3bcd39c503de69863c3..2e52c74691e16528f908b2d474fb9a498d0dee86 100644
(file)
--- a/
nt/inc/sys/socket.h
+++ b/
nt/inc/sys/socket.h
@@
-51,7
+51,8
@@
Boston, MA 02110-1301, USA. */
#define timeval ws_timeval
#endif
-#include <winsock.h>
+#include <winsock2.h>
+#include <ws2tcpip.h>
/* redefine select to reference our version */
#ifdef MUST_REDEF_SELECT